home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000003_fdc@columbia.edu_Sat Nov 22 12:11:53 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: The Eight Queens Problem
  5. Date: 22 Nov 2003 17:10:12 GMT
  6. Organization: Columbia University
  7. Lines: 21
  8. Message-ID: <slrnbrv63k.e71.fdc@sesame.cc.columbia.edu>
  9. NNTP-Posting-Host: sesame.cc.columbia.edu
  10. X-Trace: newsmaster.cc.columbia.edu 1069521012 6870 128.59.59.56 (22 Nov 2003 17:10:12 GMT)
  11. X-Complaints-To: postmaster@columbia.edu
  12. NNTP-Posting-Date: 22 Nov 2003 17:10:12 GMT
  13. User-Agent: slrn/0.9.7.4 (SunOS)
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14679
  15.  
  16. >From Dat Thuc Nguyen:
  17.  
  18. : Prof. Dr. Niklaus Wirth described the 8-Queens Problem in details at: 
  19. : http://www.acm.org/classics/dec95/.
  20. : Since the introduction of the S-Expression in C-Kermit 8.0, I saw that 
  21. : Wirth's outlined solution can be implemented concisely in the C-Kermit 
  22. : scripting language.
  23. ;
  24. : The attached C-Kermit script provides 92 solutions as Wirth found.
  25. : Thanks to both Frank da Cruz and Niklaus Wirth for an inspirational
  26. : experience with the art of programming.
  27.  
  28. Dat's new script has been placed in the Kermit script library:
  29.  
  30.   http://www.columbia.edu/kermit/ckscripts.html
  31.  
  32. as:
  33.  
  34.   ftp://kermit.columbia.edu/kermit/scripts/ckermit/the8queens
  35.  
  36. - Frank
  37.